home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / warpup1.lha / WarpUP-WarpOS / History.txt < prev    next >
Text File  |  1998-04-10  |  33KB  |  602 lines

  1. *******************************************************************************
  2. *
  3. *               Welcome to warp speed!
  4. *
  5. *               powerpc.library/WarpOS history
  6. *
  7. *               milestones:
  8. *               V8.0  - first internal release of WarpOS. powerpc.library is
  9. *                       running under WarpOS from now on.
  10. *               V9.0  - PPC native memory management / exception handler
  11. *                       support
  12. *               V10.0 - MMU + BAT support implemented / PPC-Enforcer
  13. *                       Reincarnation of VOXELSPACE
  14. *               V11.0 - Virtual signal system / native msg handling
  15. *               V12.0 - Memory protection support / InterCPU msg handling
  16. *                       CyberStormPPC support
  17. *               ***  Official Release  ***
  18. *               V13.0 - Debugger support / Demos equipped with window support
  19. *               V14.0 - Dynamic scheduler / Hardware driver concept
  20. *                       BlizzardPPC support
  21. *
  22. *******************************************************************************
  23.  
  24.  4. 6.97        - first internal release
  25.                 - V8.0
  26.  
  27.  5. 6.97        - new memory management, based on mempools, inserted
  28.                   (old implementation linked to exec/AllocVec disabled)
  29.  
  30.                   Thanks a lot to Michael Rock for the implementation of
  31.                   this memory management!
  32.                 - V8.1
  33.  
  34.  7. 6.97        - New memory management routines locked by semaphores
  35.                 - OpenLibrary patch implemented to prevent WarpOS from
  36.                   being killed by ELF applications.
  37.                 - New mirror tasks now get the priority of its partner
  38.                   task instead of 0.
  39.                 - New library functions 'Super' and 'User' to switch
  40.                   between supervisor and user mode.
  41.                 - New library function 'SetHardware' to affect some
  42.                   CPU related resources (i.e. trace mode)
  43.                 - V8.2
  44.  
  45.  8. 6.97        - If no tasks are running/ready, the PPC enters a
  46.                   power saving mode (nap mode)
  47.                 - New library function 'ModifyFPExc' allows to set/clear
  48.                   the exception enable bits in the FPSCR to enable/disable
  49.                   particular FP exceptions
  50.                 - New flag for CreateTaskPPC: TASKATTR_MOTHERPRI. Allows
  51.                   child tasks to inherit the priority of the mother task
  52.                 - New tools to set/clear global breakpoints: ibreak and
  53.                   dbreak (dbreak only for 604[e])
  54.  
  55.  9. 6.97        - Priority of WarpOS system task 'Enterprise' changed to 1
  56.                 - New library functions 'SetExcHandler' and 'RemExcHandler'
  57.                   allow to insert/remove custom exception handler (comparable
  58.                   to exec/AddIntServer)
  59.                 - New memory management system temporarly disabled because of
  60.                   linker problems.
  61.                 - V9.0
  62.  
  63. 11. 6.97        - New memory management system re-enabled.
  64.  
  65. 12. 6.97        - Signal numbers changed from BYTE to LONG (AllocSignalPPC,
  66.                   FreeSignalPPC)
  67.                 - Emulation of misaligned FP accesses done (implemented in
  68.                   warp.library). Author of the emulation: M.Rock.
  69.  
  70. 13. 6.97        - Heavy bug fixed: Sleep routine (executed if no tasks
  71.                   are running/ready) trashed the stack of a waiting task.
  72.                 - New library function 'WaitTime' allows to wait for a
  73.                   given time or for given signals.
  74.                 - Emulation of DCBZ to noncachable/writethrough locations
  75.                   implemented (warp.library)
  76.                 - V9.1
  77.  
  78. 14. 6.97        - New WarpOS support task 'Voyager' implemented which frees
  79.                   all memory allocated at 'CreateTaskPPC' if the task is
  80.                   removed.
  81.                 - New *private* library function 'ChangeStack' to change the
  82.                   PPC stack.
  83.                 - New tool 'stackppc' which works the same as the 'stack'
  84.                   command (using 'ChangeTask').
  85.                 - Bug fixed: mirror tasks didn't get double the stack size
  86.                   of the calling 68K process (as intended) because the
  87.                   field 'pr_Stacksize' isn't updated by the Shell when
  88.                   launching programs. The difference of TC_SPUPPER and
  89.                   TC_SPLOWER multiplied by 2 is taken now.
  90.                 - New library functions 'LockTaskList' and 'UnLockTaskList'
  91.                   allow to gain access to a list of all tasks.
  92.                 - New tool 'showtasks' prints out informations about all PPC
  93.                   tasks.
  94.                 - V9.2
  95.  
  96. 15. 6.97        - signal bit definition for SIGF_TIME changed from 2 to 9
  97.                   to avoid collisions with exec signals.
  98.                 - paged MMU setup implemented and activated
  99.                 - exception handlers are now called with MMU switched off.
  100.                   -> no critical locations like custom chip area (which must
  101.                   be accessed in noncachable mode) must be accessed anymore
  102.                 - new library functions 'SetExcMMU' and 'ClearExcMMU' allow
  103.                   to setup a temporary BAT based MMU setup in exception
  104.                   handling code to access critical locations as described
  105.                   above.
  106.  
  107. 16. 6.97        - BAT support done. The BAT registers are now a local resource
  108.                   of each task (like the normal registers) and they are
  109.                   switched by the scheduler.
  110.                 - New library function 'ChangeMMU' allows to change the MMU
  111.                   setup of the current task to standard or to BAT setup.
  112.                 - New tool 'changeMMU' performs the same action as the
  113.                   library function, but it can be controlled from the shell.
  114.  
  115. 17. 6.97        - bug fixed: mempools were not freed by mistake
  116.                 - MMU support for AllocVecPPC/FreeVecPPC implemented
  117.  
  118. 18. 6.97        - ******  Reincarnation of VOXELSPACE !!  *******
  119.                   the executable 'voxelspace' is now located in the demos
  120.                   drawer. To run the demo a separate archive is required.
  121.                   (voxel.lha). Welcome to warp speed! :)
  122.                 - PPC-Enforcer activated. First page is protected and all
  123.                   accesses to $400-$1000 are emulated. Load accesses to $4
  124.                   are emulated, too.
  125.                 - New library function 'GetInfo' allows to get many PPC
  126.                   related information
  127.                 - New tool 'showinfo' displays all information currently
  128.                   available by 'GetInfo'
  129.                 - V10.0
  130.  
  131. 22. 6.97        - bug fixed: if someone tried to open powerpc.library with
  132.                   too high version number, the powerpc.library was shut down.
  133.  
  134. 23. 6.97        - SIGF_TIME changed again (Bit 10)
  135.  
  136. 25. 6.97        - bug fixed which could cause deadlock at 68K-Calls
  137.                 - bug fixed: internal instruction cache flush was broken
  138.                 - signals are now completely transparent to the CPU's. All
  139.                   signals are transferred at Cross-Calls -> A PPC task can
  140.                   now be signaled by signaling its 68K mirror task and vice
  141.                   versa. All signal bits are mirrored.
  142.  
  143. 26. 6.97        - LN_TYPE field of a ppc task changed from NT_TASK to
  144.                   NT_PPCTASK (-> tasksppc.i)
  145.                 - The whole signal handling is now based on the 'virtual
  146.                   signal-pool'. Both CPU's share the signals and they can
  147.                   signal tasks on both CPU's directly (i.e. a PPC-Task can
  148.                   be signaled from 68K using exec/Signal with the PPCTask
  149.                   structure as first argument).
  150.                 - Now it's safe not to restore the nonvolatile registers if
  151.                   a PPC task exits by a single 'blr'. The smalldata base is
  152.                   now automatically transferred to an alternative exit
  153.                   routine, if one was specified at 'CreateTaskPPC'.
  154.                 - V10.1
  155.  
  156. 27. 6.97        - New library functions implemented for Message-Handling:
  157.                   CreateMsgPortPPC, DeleteMsgPortPPC, AddPortPPC, RemPortPPC,
  158.                   FindPortPPC, WaitPortPPC, PutMsgPPC, GetMsgPPC, ReplyMsgPPC
  159.  
  160. 28. 6.97        - A new PPC task now creates immediately a mirror 68K process
  161.                   if none exists.
  162.  
  163. 29. 6.97        - PutMsgPPC/ReplyMsgPPC can now be called from exception
  164.                   handlers.
  165.                 - V10.2
  166.  
  167. 13. 7.97        - New library function 'FreeAllMem' allows to free all
  168.                   allocations made by the calling task.
  169.  
  170. 15. 7.97        - If WarpOS is launched before ENV: is ready, then the
  171.                   env variables are read a second time, when the first
  172.                   RunPPC is performed (except for powerpc/debug)
  173.  
  174. 16. 7.97        - WarpOS-Documentation in AMIGAGuide-Format done (D)
  175.  
  176. 18. 7.97        - Dokumentation for Game-Development 'GameDev.guide'
  177.                   included in archive (D)
  178.                 - V11.0
  179.  
  180. 19. 7.97        - There was a tiny chance of problems with messages
  181.                   sent from exception handling code -> fixed
  182.  
  183. 20. 7.97        - Memory protection support implemented. Two new memory
  184.                   attributes for 'AllocVecPPC' allow to allocate memory,
  185.                   which is protected against other tasks (either full
  186.                   protected or write protected).
  187.                 - The tool 'showtasks' now displays the pagetable of each
  188.                   task.
  189.                 - The PPC-Code of the powerpc.library is now write-protected.
  190.                 - V11.1
  191.  
  192. 21. 7.97        - New library function 'CopyMemPPC' to copy memory areas.
  193.                 - New environment variable 'powerpc/memprot' allows to
  194.                   disable/enable the memory protection feature.
  195.                 - New 68K library functions 'AllocVec32' and 'FreeVec32'
  196.                   allow to allocate memory which can be shared with PPC tasks
  197.                 - New 68K library function 'SPrintF68K' allows to print
  198.                   debug information to the serial port/sushi.
  199.  
  200. 22. 7.97        - cache flush optimization for 68040/68060 didn't work at all
  201.                   -> fixed -> calling overhead decreased by 20 percent
  202.                 - InterCPU message handling implemented. New library functions
  203.                   'AllocXMsg', 'FreeXMsg' and 'PutXMsg' for 68K to alloc
  204.                   special InterCPU-Messages and to send them. New library
  205.                   functions 'AllocXMsgPPC', 'FreeXMsgPPC' and 'PutXMsgPPC' do
  206.                   the same for PPC.
  207.  
  208. 23. 7.97        - Various bugs related to MMU features fixed
  209.                 - C-Includes added to the WarpOS-Archive.
  210.                 - V11.2
  211.  
  212.  1. 8.97        - Changed the assembler macros RUNPOWERPC and RUNPOWERPC_XL
  213.                   (powerpc.i) to support direct PPC-Library-Calls from 68K-
  214.                   Functions. Note: the parameters 2-4 were shifted to the
  215.                   right by one. New parameter 2: The Library-Offset (used
  216.                   in the same way like in the macros RUN68K and RUN68K_XL).
  217.                 - All include files were equipped with checks to the
  218.                   constant POWERPCLIB_V7. If this symbol is defined then
  219.                   no structures/macros are assembled, which can only be used
  220.                   with powerpc.library V8+.
  221.                 - Added include file 'libraries/powerpc.i'. Including this
  222.                   file sets the constant mentioned above and allows to create
  223.                   V7-compatible applications.
  224.                 - Added the powerpc.library V7 and its history file to this
  225.                   archive (directory 'v7')
  226.  
  227.  2. 8.97        - Bug fixed: On PPC-Systems with CPU clocks between
  228.                   250-300 Mhz, the CPU clock returned by 'GetInfo' could
  229.                   have been wrong.
  230.                 - Bug fixed: 'GetInfo' returned a wrong page table size.
  231.                 - Improved the accuracy of the FP conversion in the crash
  232.                   requester which is used to display the FP registers as
  233.                   ASCII string.
  234.  
  235. 19. 8.97        - On some systems with small gfx address space, the gfx
  236.                   RAM was not placed into BAT registers. Now the powerpc.
  237.                   library tries to find out, where the gfx RAM is located
  238.                   (using cybergraphics.library) and puts the gfx RAM into
  239.                   BAT registers if possible (alignment must still be
  240.                   properly set).
  241.                 - New environment variable 'gfxaddr' allows to specify an
  242.                   address (either with or without $) to give the powerpc.
  243.                   library a hint, where the gfx RAM should be.
  244.                 - New versions of cybermand and voxelspace added.
  245.                 - V11.3
  246.  
  247. 27. 8.97        - Removed Gfx-RAM autodetection (seems to be somewhat risky)
  248.                 - Forgot to add warp.library 1.2 to the WarpOS-Archive.
  249.                   powerpc.library V11.3 didn't work at all...
  250.                   -> warp.library V1.2 added
  251.  
  252. 15. 9.97        - CyberstormPPC support added.
  253.                   WarpOS *WORKS* with the CyberStormPPC-Boards !! Cybermand
  254.                   is now 12-13 times faster on 604E/200 relative to 68060/50.
  255.                 - Added new version of voxelspace to the archive. Added
  256.                   special optimization for PPC604E.
  257.                 - Added voxel.readme and voxel_english.readme to the demos
  258.                   drawer. This file contains some notes about the usage of
  259.                   the voxelspace parameters and known problems.
  260.                 - Added english translations of WarpOS.guide and GameDev.guide.
  261.  
  262. 16. 9.97        - Added a correction stage at CPU-clock calculation (in
  263.                   function 'GetInfo'). The cpu clock is now displayed
  264.                   completely correctly.
  265.  
  266. 17. 9.97        - Problems with PPC-Enforcer and 604E fixed (NEVER use
  267.                   self modifying code yourself!). One 'sync'-instruction
  268.                   more, and everything works fine.
  269.  
  270. 18. 9.97        - New library functions GetSysTimePPC, AddTimePPC, SubTimePPC
  271.                   and CmpTimePPC for time measurement (also available vor V7)
  272.                 - New small demo program 'pixelOmania' to measure the
  273.                   context switch performance (i.e. to compare V7 and V8+)
  274.  
  275. 20. 9.97        - Added the 'WarpRace' application to the archive (drawer
  276.                   'WarpRace'). This application is a modular performance
  277.                   test program. Included are several modules and module
  278.                   sources.
  279.                   WarpRace and all modules so far work with powerpc.library V7.
  280.  
  281. 21. 9.97        - Added the 'landscape' demo to the archive (drawer
  282.                   'demos/landscape'), a fractal landscape generator.
  283.                 - Added new versions of 'tabletennis' and 'cyberpi' which
  284.                   don't crash anymore if the powerpc.library can't be opened.
  285.                   'Cyberpi' now supports both CPU's (new parameter M68K).
  286.                 - V12.0
  287.  
  288. 25. 9.97        - Corrected a bug in the warprace executable (CTRL-C only
  289.                   breaked the current recursion level)
  290.                 - Corrected a bug in warprace module 'Landscape.wrm' (mem
  291.                   allocation was broken)
  292.                 - New 68K library function 'GetPPCState' allows to get
  293.                   information about the state of the PPC and of PPC
  294.                   applications (officially available in V13)
  295.                 - New tool PPCState displays the result of 'GetPPCState'
  296.                 - V12.1
  297.  
  298. 27. 9.97        - New env-variable 'noPPC'. If this variable is 1, then
  299.                   the powerpc.library always returns 0 at initialization.
  300.                   This allows to use applications, which try to open
  301.                   the powerpc.library, without PPC boards (before, WarpOS
  302.                   simply crashed) if it supports the 68K too.
  303.  
  304. 29. 9.97        - Static board detection implemented. If problems occur or
  305.                   the 68060.library of the PowerUp-Distribution is not
  306.                   installed, the board type can be selected using the new
  307.                   env variable 'boardtype'.
  308.                   0  =  auto detection using 68060.library
  309.                   1  =  developer board
  310.                   2  =  CyberstormPPC
  311.                 - New env variable 'earlyterm' implemented (also for V7).
  312.                   If the variable is not 0, then the mirror task of a 68k
  313.                   task is removed at the last CloseLibrary of the 68k task,
  314.                   instead at removal of the task.
  315.                   Hope, this will fix the problems with WShell.
  316.                   The tools stackppc and changemmu DON'T work with earlyterm=1!
  317.                   Use the 68K command stack to modify the PPC stack (the PPC
  318.                   stack is about double the size of the 68K stack).
  319.                 - 12.2
  320.  
  321.  8.10.97        - RunPPC now interprets the PP_OFFSET field in the same way as
  322.                   Run68K does. If PP_OFFSET is zero, than it works as before,
  323.                   if it is not zero, a PPC library call is performed with the
  324.                   base in PP_CODE and the library vector offset in PP_OFFSET.
  325.                 - Description and prototypes of SetExcMMU and ClearExcMMU were
  326.                   missing. Corrected.
  327.                 - Bug fixed: FreeXMsgPPC trashed r2.
  328.                 - Inter-CPU messages can now be sent asynchronely, so they
  329.                   may not be answered anymore by the foreign task. But it is
  330.                   really important, that the processor frees the message which
  331.                   allocated it (even if it is another task).
  332.                 - Exec/Replymsg now doesn't crash anymore, when called with
  333.                   an InterCPU-msg without ReplyPort (but don't call exec/
  334.                   ReplyMsg nevertheless without ReplyPort, why should you?).
  335.                   Exec/ReplyMsg now simply does nothing in this case.
  336.                 - New library function SetReplyPortPPC allows to exchange the
  337.                   reply port of a message (internal PPC message or InterCPU
  338.                   message). Officially available in V13.
  339.                 - Added support of fields TC_SWITCH and TC_LAUNCH in the
  340.                   exec task structure. If the appropriate bits in TC_FLAGS
  341.                   are set, these functions are called whenever a PPC task
  342.                   looses resp. gets the CPU (equal behaviour like exec).
  343.                 - New library functions 'SnoopTask' and 'EndSnoopTask'
  344.                   allows to monitor the beginning and the end of a PPC task
  345.                   (useful for debuggers). Officially available in V13.
  346.                 - V12.3
  347.  
  348. 13.10.97        - Voxelspace 1.5 added. Window mode is now supported
  349.                   (only for gfx boards).
  350.                 - Cybermand 1.2 added. Window mode is now supported
  351.                   (also for PAL)
  352.  
  353. 14.10.97        - Landscape 1.1 added. Window mode is now supported
  354.                   (also for PAL)
  355.  
  356. 15.10.97        - Corrected clib/powerpc_protos.h (was very buggy)
  357.  
  358. 16.10.97        - Time Measurement was UNRELIABLE! Busclock could have
  359.                   been measured wrong. Corrected (once again, one 'sync'
  360.                   more...)
  361.                 - ChangeMMU was not correct. IBAT2 and DBAT2 were
  362.                   exchanged.
  363.  
  364. 22.10.97        - Bug fixed: FP-Registers f9-f13 were passed incorrectly
  365.                   to custom exception handlers.
  366.  
  367. 28.10.97        - Major internal change: all board specific stuff is
  368.                   moved from powerpc.library to warp.library. The
  369.                   powerpc.library is now completely board-independent
  370.                   and will work unmodified with all PPC boards.
  371.  
  372.                   The warp.library has now become a real HAL, since
  373.                   it now also provides access to board specific
  374.                   resources using a standardized interface.
  375.  
  376.                   IMPORTANT NOTE: The powerpc.library V12.4 and higher
  377.                   requires the warp.library V2 to be installed!!
  378.                 - Some bugfixes, which maybe could be responsible
  379.                   for some deadlocks in rare cases.
  380.                 - V12.4
  381.  
  382.  6.11.97        - Minor changes in powerpc/powerpc.i (macros RUNPOWERPC
  383.                   and RUNPOWERPC_XL) to avoid linker warnings.
  384.  
  385.  8.11.97        - Bug in clib/powerpc_protos.h fixed. The snoop functions
  386.                   were enabled for V7 by mistake.
  387.                 - V13.0
  388.  
  389. 22.11.97        - Oh, DAMN. Exec tasks couldn't use RunPPC because of
  390.                   DOS calls. These calls are now handled by a new
  391.                   support process called 'Babylon5'.
  392.                 - V13.1
  393.  
  394. 25.11.97        - Some 'sync' instructions added to warp.library (maybe
  395.                   this can solve some problems with PPC crashes). V2.1
  396.  
  397. 26.11.97        - The powerpc.library returns now 0, if ppc.library is
  398.                   active and if someone tries to open the powerpc.library.
  399.  
  400. 27.11.97        - Bugs fixed in pragma/powerpc_lib.h: SPrintF was written
  401.                   instead of SPrintF68K, and GetPPCState was enabled for
  402.                   V7, by mistake.
  403.  
  404.  1.12.97        - NOTE: it is possible, that a PPC application crashes,
  405.                   if it launches WarpOS (that means, if it is the first
  406.                   PPC application) AND if SnoopDos is monitoring
  407.                   exec/OpenLibrary. The crash seems to happen in the
  408.                   Patch of SnoopDos. Run a PPC program earlier or avoid
  409.                   monitoring exec/OpenLibrary with SnoopDos to avoid
  410.                   these problems!
  411.  
  412. 16.12.97        - New version of voxelspace added. It now supports
  413.                   OS3.0 multibuffering with P96 -> No flickering anymore!
  414.                   Use 'TURBOGFX' or 'WARP' as CLI parameter to switch
  415.                   on multibuffering.
  416.                 - V13.2
  417.  
  418.  6. 1.98        - Some tags and defines were missing in powerpc.h
  419.                   (GetInfo)
  420.  
  421.  2. 2.98        - New function 'GetHALInfo' allows to retrieve some
  422.                   information about the WarpUp HAL's status. At the moment
  423.                   the number of emulated alignment exceptions can be
  424.                   evaluated (might be useful to find performance bottlenecks)
  425.                   This function is officially available in V14.
  426.                 - New tool 'ShowHALInfo' displays all results of the
  427.                   function 'GetHALInfo'
  428.  
  429.  4. 2.98        - The WarpUp-HAL (warp.library) was splitted up into two
  430.                   parts: the main HAL and in a hardware driver. From
  431.                   warp.library V3 on, there must be installed a warpHW.library
  432.                   for a specific hardware.
  433.                   The new directory 'hwdrivers' contain all drivers currently
  434.                   available, a description how to make a new hardware driver
  435.                   and a StormC template project to help developing a new driver.
  436.                 - If warp.library V3+ is installed the env variable 'boardtype'
  437.                   is ignored and can be deleted.
  438.                 - The BlizzardPPC hardware driver is currently an untested
  439.                   prototype.
  440.                 - warp.library bumped to V3.0
  441.                 - A new tool 'GetDriverInfo' prints out an identification string
  442.                   of the currently active WarpUp hardware driver.
  443.  
  444.  5. 2.98        - A bug fixed, which was introduced with the reorganisation
  445.                   of the warp.library -> warp.library V3.1
  446.  
  447.  6. 2.98        - A lot of internal changes to support a special project.
  448.                   Most API functions were modified a bit, hopefully all
  449.                   should continue working properly.
  450.                 - V13.3
  451.  
  452. 10. 2.98        - First-Aid text updated. There are still too many people
  453.                   which don't know that WarpOS can't run in parallel with
  454.                   the ppc.library. UFF... Another note points to the problems
  455.                   with CyberGraphX versions with ppc.library support. The best
  456.                   solution is not to install this version. Better wait for
  457.                   a graphics software with REAL PowerPC support.
  458.  
  459.  1. 3.98        - Bug fixed in the WarpOS memory management system. Allocations
  460.                   > 512KB could go wrong (or always went wrong, I don't know).
  461.                 - Dynamic scheduler finally implemented. The new scheduler works
  462.                   very different to the old scheduler and improves the
  463.                   multitasking capabilities very much. Please have a look at the
  464.                   WarpOS documentation (Chapter 'multitasking/The WarpOS Kernel')
  465.                   to get more detailed information about the new scheduler.
  466.                 - Important: the old task priorities have no effect anymore! Use
  467.                   the NICE values to give more or less CPU time to specific
  468.                   tasks.
  469.                 - A lot of new elements added to the task structure (most
  470.                   private, a few read only)
  471.                 - New API function 'SetScheduling' allows to affect the reaction
  472.                   time of low-activity-tasks. Both low and high values can have
  473.                   advantages and disadvantages.
  474.                 - New tool 'sched' to set the reaction time mentioned above.
  475.                 - 'showtasks' now also prints out the NICE value and task ID.
  476.                   Note, that this version of 'showtasks' can't be used with
  477.                   earlier version of powerpc.library anymore.
  478.                 - 'showinfo' now also prints out CPU load and system load.
  479.                   This version also requires powerpc.library 14+.
  480.                 - Bug fixed: PPCtask structure definition in C header file was
  481.                   totally buggy.
  482.                 - New API function 'FindTaskByID' allows to get the task
  483.                   address by specifying the task's ID.
  484.                 - New tool 'stat' prints out task statistics, such as name,
  485.                   taskID, CPU usage, activity etc. This tool was written in C
  486.                   and the corresponding source is located in source/tools/stat/.
  487.                 - Bug fixed: creation of new 68K tasks in the powerpc.library
  488.                   could go wrong (which could maybe have prevented WarpOS from
  489.                   working on certain systems).
  490.                 - New: if a CLI-Background process creates a new mirror task,
  491.                   the name of the command is used for the PPC task name instead
  492.                   of the process' name (which was usually 'Background CLI_PPCx')
  493.                   This improves readability of the 'stat' output.
  494.                 - New PPC tasks (created by 68K tasks) now get at least
  495.                   32KByte stack.
  496.                 - ****************  IMPORTANT  ******************
  497.                   WarpOS failed on several systems due to stack problems of
  498.                   the RAMLIB (its stack is 2K on my machine, incredible...).
  499.                   The powerpc.library now performs stack swapping using
  500.                   exec/StackSwap where the critical (and stack-consuming)
  501.                   code parts are situated. This should especially solve
  502.                   those problems which occurred with RTGMasterPPC.
  503.  
  504.  2. 3.98        - C-Prototype file completely rearranged. The file
  505.                   clib/powerpc_protos.h has been made much more compatible
  506.                   to alternative compilers. The Storm-specific extensions
  507.                   are now located in the file stormprotos/powerpc_sprotos.h.
  508.                   Please design prototype files for future shared libraries
  509.                   in the same way to support all compilers.
  510.  
  511.  3. 3.98        - Bug fixed: Removing tasks which were created from the
  512.                   other CPU resulted in crashes.
  513.                 - New tool 'killppc' allows to remove PPC tasks by
  514.                   specifying the task ID (which can be evaluated using
  515.                   the 'stat' tool). Very useful to eliminate crashed
  516.                   tasks.
  517.                 - The source of 'killppc' is available in C
  518.                   (source/tools/killppc)
  519.                   Never kill the shell's mirror task while the shell operates
  520.                   on the 68K side.
  521.                 - The crash requester now also prints out the task ID
  522.                 - New API function 'SetNiceValue' allows to set NICE values
  523.                   of a task.
  524.                 - New tool 'niceppc' allows to set the NICE value of a
  525.                   PPC task. This can be used to affect the execution speed
  526.                   of tasks and it also affects reaction time.
  527.                 - The source of 'niceppc' is available in C.
  528.                 - TASKATTR_MOTHERPRI now also forces child tasks to get
  529.                   the mother's NICE value.
  530.                 - New task attribute TASKATTR_NICE to set the NICE value
  531.                   of new created tasks.
  532.  
  533.  4. 3.98        - Now it's allowed to free Inter-CPU messages sent from
  534.                   the foreign CPU using FreeXMsg[PPC]. But note, that this
  535.                   is internally done using a cross call.
  536.                 - Removed EXEC tasks were not always caught by the
  537.                   powerpc.library, because the task termination routine of
  538.                   EXEC doesn't call RemTask() over the library interface.
  539.                   Could lead to problems when killing its mirror task on the
  540.                   PPC side. Fixed now by a small AddTask() Patch.
  541.  
  542.  5. 3.98        - Now all memory allocated by a PPC task is freed at task
  543.                   removal. Earlier, only those entries in TC_MEMENTRY were
  544.                   freed.
  545.                 - The powerpc.library API is now also available in AmigaGuide
  546.                   format (see directory 'docs')
  547.                 - A new file 'includes.guide' is now in 'docs' which contains
  548.                   an overview of all include files.
  549.                 - Updated the WarpOS documentation.
  550.                 - Added a new Easyrequester which pops up if the ppc.library
  551.                   was detected.
  552.                 - The prototype of WaitPortPPC() was missing. Corrected.
  553.                 - Added FD file to the archive (include/fd/)
  554.                 - V14.0
  555.  
  556. 12. 3.98        - Bug fixed: Corrupt code caused problems with exception
  557.                   handlers.
  558.  
  559. 14. 3.98        - Problem detected. The ppc.library was put into
  560.                   the flash ROM of the Blizzard Board, therefore WarpOS
  561.                   can't work in the known way.
  562.  
  563. 16. 3.98        - More stack problems solved by exec/Stackswap. Implemented
  564.                   in warp.library -> V3.3
  565.                 - ELF terminator implemented. The env-variable 'Terminator'
  566.                   can be used to launch WarpOS while ppc.library is running.
  567.                   Any ELF activity is instantly terminated. Still does not
  568.                   solve the problems with the new boards.
  569.                 - A second Easyrequester implemented to warn the user before
  570.                   using the ELF terminator facility.
  571.                 - New env variable 'HideWarning' prevents both easy
  572.                   requesters from appearing. Note: the combination of
  573.                   Terminator = non-null and HideWarning=1 is dangerous,
  574.                   because the ELF-terminator is activated without any
  575.                   warning.
  576.                 - First Aid text updated, guess why.
  577.                 - 'stat' had a small bug. Additionally memory usage was
  578.                   decreased and source design was improved.
  579.                 - env-variable 'boardtype' removed
  580.  
  581. 27. 3.98        - New task flag TASKPPC_THROW implemented. If set, the task
  582.                   causes an instruction breakpoint exception when it is launched
  583.                   next time by the scheduler.
  584.                 - New tool 'throw' uses this flag and can be used to interrupt
  585.                   tasks which are caught in endless loops. C Sources are
  586.                   available.
  587.                 - Changed the tag EXCATTR_ID to EXCATTR_PRI (powerpc/powerpc.h).
  588.                   Please update your sources, if you used this tag.
  589.  
  590.  4. 4.98        - Added a note to the autodoc of FreeVecPPC concerning cache
  591.                   coherency. Only important for asynchron applications.
  592.                 - V14.1
  593.  
  594.  5. 4.98        - Finally the WarpOS prototype worked the first time on a
  595.                   Blizzard board!
  596.  
  597.  6. 4.98        - First Aid updated to solve the problems of the WarpUp demos
  598.                   in conjunction with CyberGFX emulation for AGA.
  599.  
  600. 10. 4.98        - More Blizzard problems solved.
  601.  
  602.